-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version stabilization for 17. 6 release #894
Conversation
Version stabilization for 17. 6 release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, provided you've tested with dotnet pack -p:publicrelease=true
with this change applied. The PR build doesn't test this, but the CI build may break if issues that this dotnet pack
command could also find are not fixed.
This references an unstable version of Threading |
dotnet pack -p:publicrelease=true Build succeeded. |
I ran the command dotnet pack -p:publicrelease=true Build succeeded. Do you know how to validate this reference > |
@ankitvarmait are you saying you can't repro the problem that @RyanToth3 saw? I see it as well:
We need to stabilize vs-threading first, spin a real-signed build, and then we can update that reference here in this repo and merge it before or with this PR. |
@ankitvarmait you should make sure the package that is being built doesn't have an alpha tag. The I've opened a PR on vs-threading for this: |
|
Version stabilization for 17. 6 release